[Missing <summary> documentation for "M:TinCan.LRSResponses.LRSResponse.SetErrMsgFromBytes(System.Byte[])"]
Namespace: TinCan.LRSResponsesAssembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
C# |
---|
public void SetErrMsgFromBytes(
byte[] content
) |
Visual Basic |
---|
Public Sub SetErrMsgFromBytes (
content As Byte()
) |
Visual C++ |
---|
public:
void SetErrMsgFromBytes(
array<unsigned char>^ content
) |
F# |
---|
member SetErrMsgFromBytes :
content : byte[] -> unit
|
Parameters
- content
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="content"/> documentation for "M:TinCan.LRSResponses.LRSResponse.SetErrMsgFromBytes(System.Byte[])"]
See Also