registered
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Checks whether the message type has been registered.
Prototype
1 | registered(msg_type) |
Parameters
Parameter |
Data Type |
Description |
|---|---|---|
msg_type |
int |
ID of the registered type. |
Returns
A Boolean value is returned. True indicates that the user has been registered, and False indicates that the user has not been registered.
Examples
1 2 | import dataflow as df registered = df.msg_type_register.registered(1026) |
Constraints
None
Parent topic: dataflow.MsgTypeRegister