APIcommbytes Method |
public byte[] commbytes( string command, byte[] data = null, int verb = 0, Dictionary<string, string> headers = null )
Public Function commbytes ( command As String, Optional data As Byte() = Nothing, Optional verb As Integer = 0, Optional headers As Dictionary(Of String, String) = Nothing ) As Byte() Dim instance As API Dim command As String Dim data As Byte() Dim verb As Integer Dim headers As Dictionary(Of String, String) Dim returnValue As Byte() returnValue = instance.commbytes(command, data, verb, headers)
public: array<unsigned char>^ commbytes( String^ command, array<unsigned char>^ data = nullptr, int verb = 0, Dictionary<String^, String^>^ headers = nullptr )
member commbytes : command : string * ?data : byte[] * ?verb : int * ?headers : Dictionary<string, string> (* Defaults: let _data = defaultArg data null let _verb = defaultArg verb 0 let _headers = defaultArg headers null *) -> byte[]
function commbytes(command, data, verb, headers);
(c) NextFEM 2015-2026