From 3cccf23238dd073adb47f7c2742c66f6bdba2f73 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Tue, 17 May 2016 10:52:11 +0900 Subject: doc: Add description for EventOFPPortStateChange Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- doc/source/ryu_app_api.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'doc/source') diff --git a/doc/source/ryu_app_api.rst b/doc/source/ryu_app_api.rst index 06276e50..323b4a9d 100644 --- a/doc/source/ryu_app_api.rst +++ b/doc/source/ryu_app_api.rst @@ -198,16 +198,12 @@ The base class for synchronous request reply for RyuApp.send_reply. ryu.controller.ofp_event.EventOFPStateChange ============================================ -An event class for negotiation phase change notification. -An instance of this class is sent to observer after changing -the negotiation phase. -An instance has at least the following attributes. +.. autoclass:: ryu.controller.ofp_event.EventOFPStateChange -========= ==================================================================== -Attribute Description -========= ==================================================================== -datapath ryu.controller.controller.Datapath instance of the switch -========= ==================================================================== +ryu.controller.ofp_event.EventOFPPortStateChange +================================================ + +.. autoclass:: ryu.controller.ofp_event.EventOFPPortStateChange ryu.controller.dpset.EventDP ============================ -- cgit v1.2.3