GetID returns the unique identifier for this connection.
()
| 783 | |
| 784 | // GetID returns the unique identifier for this connection. |
| 785 | func (cn *Conn) GetID() uint64 { |
| 786 | return cn.id |
| 787 | } |
| 788 | |
| 789 | // GetStateMachine returns the connection's state machine for advanced state management. |
| 790 | // This is primarily used by internal packages like maintnotifications for handoff processing. |
no outgoing calls