Basler Vision Connector Messaging: Closing the Camera Connection#
JSON Payload#
Field | Optional | Type | Description |
---|---|---|---|
TransactionID | Yes | String | Transaction identification |
Action | No | String | Method called. Fixed value: CloseDevice |
DeviceID | No | String | Device identification |
Response#
Frame | Field | Description | Type |
---|---|---|---|
1 | payload | Response object | Binary string (UTF-8) |
Response Object#
Field | Optional | Type | Description |
---|---|---|---|
TransactionID | Yes | String | Transaction identification |
ReturnCode | No | Integer (32-bit unsigned) | Message code following Message Codes |
Message | Yes | String | Response message |