Sending different type of data to socket as a single unit
plz help me , my requirement is t send 26 bytes of data to server socket .format of 26 bytes is first 2 bytes binary data next 4 bytes is ascii data next 10 bytes is again binary data remaining 10 bytes is ascii data and i need to send this data as a single unit ......