Interface IEventJsonParser
Assembly: CAMIPC.IpcInteraction.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("0A3206CB-C782-4056-9E35-FA7E00A75436")]
public interface IEventJsonParser
Properties
Ident
Declaration
string Ident { get; set; }
Property Value
InstanceId
Value provided in node instance_id. Event happened for this instance
Declaration
string InstanceId { get; set; }
Property Value
Params
Value provided in node params
Declaration
string Params { get; set; }
Property Value
SenderIdent
Identifier of client, who send this message
Declaration
string SenderIdent { get; set; }
Property Value
Methods
Clear()
Declaration
GetString(out TResultStatus)
Declaration
string GetString(out TResultStatus ResultStatus)
Parameters
Returns
ReadString(string)
Parse input string and fill self values
Declaration
TResultStatus ReadString(string inputString)
Parameters
Type |
Name |
Description |
string |
inputString |
|
Returns