Struct IOReadResult
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct IOReadResult
Constructors
IOReadResult(IOCode, String)
Declaration
public IOReadResult(IOCode r, string s)
Parameters
| Type | Name | Description |
|---|---|---|
| IOCode | r | |
| String | s |
Fields
Ok
Declaration
public static readonly IOReadResult Ok
Field Value
| Type | Description |
|---|---|
| IOReadResult |
Properties
code
Declaration
public IOCode code { get; set; }
Property Value
| Type | Description |
|---|---|
| IOCode |
message
Declaration
public string message { get; set; }
Property Value
| Type | Description |
|---|---|
| String |