-
Notifications
You must be signed in to change notification settings - Fork 20
Python API TagGroup
Jiri Hnidek edited this page Nov 15, 2014
·
6 revisions
def send_taggroup_create(self, prio, node_id, custom_type)
def cb_receive_taggroup_create(self, node_id, taggroup_id, custom_type)
def send_taggroup_destroy(self, prio, node_id, taggroup_id)
def cb_receive_taggroup_destroy(self, node_id, taggroup_id)
def send_taggroup_subscribe(self, prio, node_id, taggroup_id, version, crc32)
def cb_receive_taggroup_subscribe(self, node_id, taggroup_id, version, crc32)
def send_taggroup_unsubscribe(self, prio, node_id, taggroup_id, versioning)
def cb_receive_taggroup_unsubscribe(self, node_id, taggroup_id, version, crc32)
- Home
- C/C++ API
- Basic Functions
- Node Functions
- Tag Functions
- Layer Functions
- Python API
- Session Methods
- Node Methods
- Tag Group Methods
- Tag Methods
- Layer Mehods
- Specification
- Data Types
- Transport Layer
- Security
- Structure of Packet and Message
- User Authentication
- Negotiation
- Handshake of Datagrame Connection
- Teardown of Datagrame Connection
- Resend Mechanism
- Congestion Control
- Flow Control
- TCP Variant
- Websocket Variant
- Node Commands
- Tag Group Commands
- Tag Commands
- Layer Commands