함수 링크 복사

Connection이 연결되는 시점에 전달됩니다.

abstract fun connectionWithType( connection: KNConnection,
type: KNConnectionType,
transId: String ): Unit

connection
커넥션
type
연결 타입
transId
trandID

Connection이 연결 해제되는 시점에 전달됩니다.

abstract fun disConnectedWithType( connection: KNConnection,
type: KNConnectionType,
transId: String ): Unit

connection
커넥션
type
연결 타입
transId
trandID