peer_query_accept_caps
Description:
public bool peer_query_accept_caps (
Caps caps)
Check if the peer of this accepts caps
.
If this has no peer, this function returns true
.
Parameters:
this |
a Pad to check the peer of
|
caps |
a Caps to check on the pad
|
Returns:
true if the peer of this can accept the caps or this has
no peer.
|