Click or drag to resize

APIcommbytes Method

Raw bytes to REST API server. Valid only after connect() command.
REST path: na

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.8.1.1 (2.8.1.1)
Syntax
public byte[] commbytes(
	string command,
	byte[] data = null,
	int verb = 0,
	Dictionary<string, string> headers = null
)

Parameters

command  String
Route of the command
data  Byte  (Optional)
Data to transfer
verb  Int32  (Optional)
Optional. HTTP verb to be used, default is GET (0). POST=1, DELETE=2, PUT=3
headers  DictionaryString, String  (Optional)
 

Return Value

Byte
"Sent" if successful
See Also