1 CLASS:: OSCFuncRecvPortMessageMatcher
2 summary:: Matches incoming messages to responder funcs based on receive port
3 categories:: OpenSoundControl
4 related:: Classes/AbstractMessageMatcher, Classes/OSCFuncAddrMessageMatcher, Classes/OSCFuncRecvPortMessageMatcher, Classes/OSCFuncBothMessageMatcher
7 This is used by link::Classes/OSCMessageDispatcher:: and link::Classes/OSCPatternMessageDispatcher:: to match incoming OSC messages to instances of link::Classes/OSCFunc:: or link::Classes/OSCdef:: using receive port. This class is private, and generally users should not need to address instances directly.
16 The receive port to attempt to match, in the form of an link::Classes/Integer::.
19 The link::Classes/Function:: to evaluate if a match is found.
21 returns:: An OSCFuncRecvPortMessageMatcher.
28 Check to see if a message matches, and evaulate func if it does.
31 The OSC message as an link::Classes/Array:: in the form code::[OSCAddress, other args]::.
34 A link::Classes/Float:: indicating the time the incoming message was sent.
37 A link::Classes/NetAddr:: indicating the source of the message.
39 argument:: testRecvPort
40 An link::Classes/Integer:: indicating the port on which the message was received.