public interface OcpExtensionListener extends NotificationListener
notification hello-message {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf version {
type string;
}
leaf vendorId {
type string;
}
leaf serialNumber {
type string;
}
uses helloInd;
uses ocpHeader;
}
| Modifier and Type | Method and Description |
|---|---|
void |
onHelloMessage(HelloMessage notification) |
void onHelloMessage(HelloMessage notification)
Copyright © 2016 OpenDaylight. All rights reserved.