|
Beef Corlib
|
Public Member Functions | |
| void | Close () |
| Result< Variant > | GetValue (StringView name) |
| Result< void > | GetValue (StringView name, List< uint8 > outData) |
| Result< void > | GetValue (StringView name, String outData) |
| Result< void > | GetValueT< T > (StringView name, ref T data) |
| Result< Variant > | EnumValue (int idx, String outName) |
| Result< void > | SetValue (StringView name, uint32 val) |
| Result< void > | SetValue (StringView name, StringView strValue) |
| Result< void > | SetValueExpand (StringView name, StringView strValue) |
Protected Member Functions | |
| Result< void > | GetValue (StringView name, delegate void(uint32 regType, Span< uint8 > regData) onData) |
Properties | |
| bool | IsInvalid [get] |
1.8.16