RtspMessageFromHttpBytes Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static RtspMessage FromHttpBytes(
byte[] message,
int offset,
Encoding encoding = null
)
Public Shared Function FromHttpBytes (
message As Byte(),
offset As Integer,
Optional encoding As Encoding = Nothing
) As RtspMessage
public:
static RtspMessage^ FromHttpBytes(
array<unsigned char>^ message,
int offset,
Encoding^ encoding = nullptr
)
static member FromHttpBytes :
message : byte[] *
offset : int *
?encoding : Encoding
(* Defaults:
let _encoding = defaultArg encoding null
*)
-> RtspMessage
Parameters
- message
- Type: SystemByte
- offset
- Type: SystemInt32
- encoding (Optional)
- Type: System.TextEncoding
Return Value
Type:
RtspMessageSee Also