Method | Description | |
---|---|---|
Decode ( byte buffer, int offset, int length ) : void | ||
Encode ( byte buffer, int offset ) : int | ||
ErrorMessage ( ) : System.Text | ||
ErrorMessage ( int transactionId, string error ) : System.Text |
public Decode ( byte buffer, int offset, int length ) : void | ||
buffer | byte | |
offset | int | |
length | int | |
return | void |
public Encode ( byte buffer, int offset ) : int | ||
buffer | byte | |
offset | int | |
return | int |
public ErrorMessage ( int transactionId, string error ) : System.Text | ||
transactionId | int | |
error | string | |
return | System.Text |