Click or drag to resize

wclWiiRemoteClientConnection Methods

The wclWiiRemoteClientConnection type exposes the following members.

Methods
 NameDescription
Public methodConnect(UInt32) Connects to a remote device.
(Inherited from wclClientConnection)
Public methodConnect(Int64, UInt32) Connects to a remote device.
Public methodDisableAccel Disables accelerometer.
Public methodDisconnect Disconnects from the connected remote device.
(Inherited from wclClientConnection)
Protected methodDoAccelChanged Fire the OnAccelChanged event.
Protected methodDoBalanceBoardChanged Fires the OnBalanceBoardChanged event
Protected methodDoButtonsChanged Fires the OnButtonsChanged event.
Protected methodDoClassicControllerChanged Fires the OnClassicControllerChanged event.
Protected methodDoConnect Fires the OnConnect event.
(Overrides wclClientConnectionDoConnect(Int32))
Protected methodDoDisconnect Fires the OnDisconnect event.
(Overrides wclClientConnectionDoDisconnect(Int32))
Protected methodDoDrumsChanged Fires the OnDrumsChanged event.
Protected methodDoExtensionAttached Fires the OnExtensionAttached event.
Protected methodDoExtensionDetached Fires the OnExtensionDetached event.
Protected methodDoGuitarChanged Fires the OnGuitarChanged event.
Protected methodDoIrChanged Fires the OnIrChanged event.
Protected methodDoNunchukChanged Fires the OnNunchukChanged event.
Protected methodDoStatusChanged Fires the OnStatusChanged event.
Public methodEnableAccel Enables accelerometer.
Protected methodEnter Enters the connection's critical section.
(Inherited from wclCustomConnection)
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalize Frees the connection.
(Inherited from wclClientConnection)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetStatus Requests the Wii Remote status.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodHalCommunicate Implements a hardware-dependent code that communicate with the connected remote device.
(Inherited from wclClientConnection)
Protected methodHalConnect Implements a hardware-dependent code that connects to a remote device.
(Overrides wclClientConnectionHalConnect(IntPtr))
Protected methodHalDisconnect Implements a hardware-dependent code that disconnects from the connected remote device.
(Overrides wclClientConnectionHalDisconnect)
Protected methodHalWrite Implements a hardware-dependent code that writes data report to the connected Wii Remote controller.
Protected methodInternalDisconnect The internal disconnect method. Disconnects from a connected remote device.
(Inherited from wclClientConnection)
Protected methodLeave Exists *leaves) the connection's critical section.
(Inherited from wclCustomConnection)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMessageReceived The method called when a new notification message received.
(Overrides wclClientConnectionMessageReceived(wclMessage))
Protected methodNotifyClosed Send a Disconnect notification message.
(Inherited from wclClientConnection)
Protected methodProcessReport The function parses the received report.
Public methodSetIrSensitivity Sets IR IR sensor sensitivity (and turns it ON or OFF).
Public methodSetLeds(wclWiiRemoteLeds) Changes the Wii Remote LEDs state.
Public methodSetLeds(Boolean, Boolean, Boolean, Boolean) Changes the Wii Remote LEDs state.
Public methodSetRumble Turns the Rumble On and Off.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also